home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / wf200_c.arc / WF.004 < prev    next >
Text File  |  1990-08-30  |  5KB  |  145 lines

  1. .f3                              - # -              Chapter 4 - Entering Text
  2. .rm70
  3. .mt5
  4. .mb5
  5. .pl66
  6.  
  7. .tc
  8. .tc 4. ENTERING TEXT ......................................#
  9. 4. ENTERING TEXT
  10.  
  11. Entering text is as simple as pressing the keys on the keyboard, and
  12. watching the characters appear on the screen.
  13.  
  14. If Word Wrap is on, the status line will display Wrap, and the text
  15. which projects over the right hand margin will automatically be moved
  16. to the next line.
  17.  
  18. If AutoIndent is on, the status line will display Indent, and the text
  19. on the new line will line up with the first non blank character on the
  20. line above. Otherwise the text on the new line will start in the left
  21. hand margin.
  22.  
  23. If Insert is active the status line will display Ins, otherwise it
  24. will display Ovr. When Insert is active, the text to the right of the
  25. cursor will be pushed right. Otherwise the text will be overwritten.
  26. To switch between Insert mode and Overwrite mode press the Insert key.
  27.  
  28. If Justification is active, the status line will display Just, and
  29. text that is wrapped will be padded with spaces to fit between the
  30. left and right margins so that it lines up on both margins.
  31.  
  32. .tc    Enhancing Text .....................................#
  33. Enhancing Text
  34.  
  35. Text can be entered so that it prints in a certain font character. The
  36. start and end of font sequences are recorded in the text by control
  37. characters:
  38.  
  39.       ^B On & Off    - usually bold
  40.       ^D On & Off    - usually double strike
  41.       ^S On & Off    - usually underline
  42.       ^T On & Off    - usually superscript
  43.       ^V On & Off    - usually subscript
  44.       ^A On & Off    - usually compressed
  45.       ^Y On & Off    - usually italics
  46.       ^C On & Off    - USER DEFINED
  47.       ^E On & Off    - USER DEFINED
  48.       ^F On & Off    - USER DEFINED
  49.       ^G On & Off    - USER DEFINED
  50.       ^N On & Off    - USER DEFINED
  51.       ^P On & Off    - USER DEFINED
  52.       ^Q On & Off    - USER DEFINED
  53.       ^R On & Off    - USER DEFINED
  54.       ^U On & Off    - USER DEFINED
  55.       ^W On & Off    - USER DEFINED
  56.       ^X On & Off    - USER DEFINED
  57.  
  58. You can enter all font characters by pressing Ctrl P and then pressing
  59. the appropriate key for the font as you have installed it in your
  60. printer driver. The values given above are the default values. See the
  61. Chapter on Printing for more on fonts.
  62.  
  63. Most fonts need to be turned off at the end of the enhanced area. To
  64. do this press Ctrl P and the same key as you used to turn it on.
  65.  
  66. The default fonts can also be entered by use of Alt keys:
  67.  
  68.      Bold            ^B On & Off    -  Alt B
  69.      Double Strike   ^D On & Off    -  Alt D
  70.      Underline       ^S On & Off    -  Alt U
  71.      Superscript     ^T On & Off    -  Alt T
  72.      Subscript       ^V On & Off    -  Alt V
  73.      Compressed      ^A On & Off    -  Alt C
  74.      Italics         ^Y On & Off    -  Alt I
  75.  
  76. although all other font characters can only be entered by the first
  77. method.
  78.  
  79. .tc    Entering A Special Character .......................#
  80. Entering A Special Character
  81.  
  82. Many special characters are available in the various macro files
  83. supplied with Word Fugue.
  84.  
  85. For example GREEK, EUROPE, DOUBLE & SINGLE for the greek character
  86. set, special European characters, and the Double and single line
  87. drawing characters.
  88.  
  89. Others can be entered if you know the actual Ascii code for them. Most
  90. can be entered by holding down the Alt key and pressing 3 keys in
  91. sequence on the numeric key pad eg ALT 2 5 4 will produce the
  92. character ■.
  93.  
  94. Some characters that are used for commands cannot be entered this way,
  95. but must be entered by pressing Ctrl P followed by the key(s) required
  96. to produce the correct value.
  97.  
  98. Sometimes you wish to overtype two characters to produce a different
  99. character. Whether this works depends on your printer. To do this, you
  100. must separate the two characters by the Backspace character Ctrl H. To
  101. enter this value, you must use the Ctrl P method. For example, you
  102. could print a cent character by overtyping c and │ :
  103.  
  104.     type c Ctrl P H │
  105.  
  106. On most printers this should produce c with a line through it:
  107.  
  108.                 c│
  109.  
  110. .tc    Altering Text ......................................#
  111. Altering Text
  112.  
  113.  
  114. To delete the character at the cursor:
  115. ■  Press the Del key, or Ctrl G.
  116.  
  117. To delete the character to the left of the cursor:
  118. ■  Press the Bksp key, or Ctrl H.
  119.  
  120. To delete the word at the cursor:
  121. ■  Press Ctl T.
  122.  
  123. To delete the word to the left of the cursor:
  124. ■  Press Alt 1 with the standard macros loaded.
  125.  
  126. To delete an entire line:
  127. ■  Press Ctl Y.
  128.  
  129. To delete from the cursor to the end of a line:
  130. ■  Press Ctl Backspace  or Ctl Q Y
  131.  
  132.  
  133. To undelete the last text deleted by Ctl Y :
  134. ■  Press Alt Y or Ctl Q U
  135.  
  136. To insert a blank line at the cursor:
  137. ■  Press Ctl N
  138.    note - if insert mode is on, (Ins) you can also achieve this by
  139.           pressing Return
  140.  
  141. To change the case of a letter (upper to lower and lower to upper):
  142. ■  Press Alt F10.
  143.  
  144.  
  145.